projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aab6a3
)
x86: Increase the default NR_CPUS to 256
author
Laszlo Ersek
<lersek@redhat.com>
Wed, 31 Aug 2011 14:16:14 +0000
(15:16 +0100)
committer
Laszlo Ersek
<lersek@redhat.com>
Wed, 31 Aug 2011 14:16:14 +0000
(15:16 +0100)
Changeset 21012:
ef845a385014
bumped the default to 128 about one and a
half years ago. Increase it now to 256, as systems with eg. 160
logical CPUs are becoming (have become) common.
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
xen/include/asm-x86/config.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/config.h
b/xen/include/asm-x86/config.h
index 5bca0214c54c2b28293e1e1be89144f27c2e2aba..96b0c4c720392885ee2527ebe3997b78da424248 100644
(file)
--- a/
xen/include/asm-x86/config.h
+++ b/
xen/include/asm-x86/config.h
@@
-50,7
+50,7
@@
#ifdef MAX_PHYS_CPUS
#define NR_CPUS MAX_PHYS_CPUS
#else
-#define NR_CPUS
128
+#define NR_CPUS
256
#endif
#ifdef __i386__